home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / models / player / german_afrika_private.tik < prev    next >
Encoding:
Text File  |  2002-10-21  |  1016 b   |  58 lines

  1. TIKI
  2. setup
  3. {
  4.     path models/human/german_afrika_private
  5.     skelmodel daksoldier.skd
  6.  
  7.     surface pants shader DAK_pants_tan
  8.     surface tunic shader DAK_private_tunic
  9.     surface c_tunic shader c_DAK_private_tunic
  10.     
  11.     
  12.     path models/human/heads
  13.     skelmodel dakhead.skd
  14.     surface head shader facewrap
  15.  
  16.     
  17.     path models/human/hands            
  18.     skelmodel hand.skd        
  19.     surface hand shader handsnew
  20.  
  21.     path models/gear/g_headgear
  22.  
  23.         skelmodel germanhelmet.skd
  24.         surface outside shader dak_helmet
  25.         surface inside shader german-helmet_inside
  26.  
  27.  
  28.  
  29. }
  30.  
  31.  
  32. //
  33. // define what folder to get specific sound from for the player model
  34. //
  35. $define pulloutdir sound/weapons/pullout
  36.  
  37.  
  38. init
  39. {
  40.     client
  41.     {
  42.         // Cache sounds here
  43.     }
  44.     server
  45.     {
  46.         voicetype axis3 // set the voicetype to use for multiplayer instant messaging
  47.     }
  48. }
  49.  
  50.  
  51. //
  52. // include the base player model definition
  53. //
  54. $include models/player/base/include.txt
  55.  
  56. // need to indicate the end of the tiki file because we have a tiki command at the end
  57. //end
  58.